From 47a895f435cccb2cb14eb5d0c52d2f6d4d904907 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 12 Aug 2020 08:03:24 -0500 Subject: Linux v5.8.1 Signed-off-by: Justin M. Forbes --- configs/fedora/generic/CONFIG_KEYBOARD_BCM | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 configs/fedora/generic/CONFIG_KEYBOARD_BCM (limited to 'configs/fedora/generic/CONFIG_KEYBOARD_BCM') diff --git a/configs/fedora/generic/CONFIG_KEYBOARD_BCM b/configs/fedora/generic/CONFIG_KEYBOARD_BCM new file mode 100644 index 000000000..93e4fffa8 --- /dev/null +++ b/configs/fedora/generic/CONFIG_KEYBOARD_BCM @@ -0,0 +1,22 @@ +# CONFIG_KEYBOARD_BCM: +# +# Say Y here if you want to use Broadcom keypad. +# +# To compile this driver as a module, choose M here: the +# module will be called bcm-keypad. +# +# Symbol: KEYBOARD_BCM [=n] +# Type : tristate +# Defined at drivers/input/keyboard/Kconfig:774 +# Prompt: Broadcom keypad driver +# Depends on: !UML && INPUT [=y] && INPUT_KEYBOARD [=y] && OF [=y] && HAVE_CLK [=y] +# Location: +# -> Device Drivers +# -> Input device support +# -> Generic input layer (needed for keyboard, mouse, ...) (INPUT [=y]) +# -> Keyboards (INPUT_KEYBOARD [=y]) +# Selects: INPUT_MATRIXKMAP [=m] +# +# +# +CONFIG_KEYBOARD_BCM=m -- cgit