Re: defconfig options being ignored

2023-09-13 Thread Mike Moretti
Hi, It turns out that when I copied the board files from ESP32S3-devkit, the Kconfig had an "if" statement that ignored these configs if CONFIG_ARCH_BOARD_ESP32S3_DEVKIT wasn't set.  I removed that and now it sort of works. Now I just have to figure out why the spi driver is giving me undefi

Re: defconfig options being ignored

2023-09-13 Thread Gregory Nutt
On 9/13/2023 11:54 AM, Mike Moretti wrote: Hi, I'm trying to create a custom board config for our custom board that includes an ESP32S3.  I'm attempting to include all the pin and configuration definitions for the board in the defconfig file. Unfortunately, after running ./tools/configure.sh