diff options
Diffstat (limited to 'src/lpc176x/Kconfig')
-rw-r--r-- | src/lpc176x/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lpc176x/Kconfig b/src/lpc176x/Kconfig index 052396e9..02188752 100644 --- a/src/lpc176x/Kconfig +++ b/src/lpc176x/Kconfig @@ -10,6 +10,7 @@ config LPC_SELECT select HAVE_GPIO_I2C select HAVE_GPIO_SPI select HAVE_GPIO_BITBANGING + select HAVE_CHIPID config BOARD_DIRECTORY string @@ -66,8 +67,4 @@ config SERIAL bool default y -config HAVE_CHIPID - bool - default y - endif |