diff options
-rw-r--r-- | arch/m68k/Kconfig | 3 | ||||
-rw-r--r-- | drivers/input/keyboard/Kconfig | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 85cdd23b0447..a86e2e9a639f 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig | |||
@@ -418,9 +418,6 @@ config STRAM_PROC | |||
418 | help | 418 | help |
419 | Say Y here to report ST-RAM usage statistics in /proc/stram. | 419 | Say Y here to report ST-RAM usage statistics in /proc/stram. |
420 | 420 | ||
421 | config ATARI_KBD_CORE | ||
422 | bool | ||
423 | |||
424 | config HEARTBEAT | 421 | config HEARTBEAT |
425 | bool "Use power LED as a heartbeat" if AMIGA || APOLLO || ATARI || MAC ||Q40 | 422 | bool "Use power LED as a heartbeat" if AMIGA || APOLLO || ATARI || MAC ||Q40 |
426 | default y if !AMIGA && !APOLLO && !ATARI && !MAC && !Q40 && HP300 | 423 | default y if !AMIGA && !APOLLO && !ATARI && !MAC && !Q40 && HP300 |
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index bd707b86c114..c97d5eb0075d 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -164,6 +164,9 @@ config KEYBOARD_AMIGA | |||
164 | To compile this driver as a module, choose M here: the | 164 | To compile this driver as a module, choose M here: the |
165 | module will be called amikbd. | 165 | module will be called amikbd. |
166 | 166 | ||
167 | config ATARI_KBD_CORE | ||
168 | bool | ||
169 | |||
167 | config KEYBOARD_ATARI | 170 | config KEYBOARD_ATARI |
168 | tristate "Atari keyboard" | 171 | tristate "Atari keyboard" |
169 | depends on ATARI | 172 | depends on ATARI |