diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-11-21 11:34:11 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-11-21 11:54:46 -0500 |
commit | d8b6ff5c5e6846fd23381d99a8463adb0ee3099b (patch) | |
tree | 883bea61776f24672ac27f7a5dce4cce29cb7031 /src/lpc176x | |
parent | bab27651a1cda4897f307e9bd5198774f4efad45 (diff) | |
download | kutter-d8b6ff5c5e6846fd23381d99a8463adb0ee3099b.tar.gz kutter-d8b6ff5c5e6846fd23381d99a8463adb0ee3099b.tar.xz kutter-d8b6ff5c5e6846fd23381d99a8463adb0ee3099b.zip |
lpc176x: Minor rework of HAVE_CHIPID kconfig
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/lpc176x')
-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 |