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:
Fabio Baltieri 2022-09-21 18:09:40 +00:00 committed by Mahesh Mahadevan
commit c19c5a99cf
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -15,7 +15,6 @@ CONFIG_UART_CONSOLE=n
CONFIG_XTENSA_USE_CORE_CRT1=n
CONFIG_PINMUX=n
CONFIG_GPIO=n
CONFIG_GPIO_ESP32=n