boards: drop few stale CONFIG_PINMUX entries
The one in esp32_net_defconfig is redundant and lpcxpresso51u68 is not really using any of the pinmux api, so that can go as well. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
5980aa0196
commit
c19c5a99cf
2 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@ CONFIG_BOARD_LPCXPRESSO51U68=y
|
|||
CONFIG_CONSOLE=y
|
||||
CONFIG_UART_CONSOLE=y
|
||||
CONFIG_SERIAL=y
|
||||
CONFIG_PINMUX=y
|
||||
CONFIG_UART_INTERRUPT_DRIVEN=y
|
||||
CONFIG_GPIO=y
|
||||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=12000000
|
||||
|
|
|
@ -15,7 +15,6 @@ CONFIG_UART_CONSOLE=n
|
|||
|
||||
CONFIG_XTENSA_USE_CORE_CRT1=n
|
||||
|
||||
CONFIG_PINMUX=n
|
||||
CONFIG_GPIO=n
|
||||
CONFIG_GPIO_ESP32=n
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue