diff options
author | Joel Stanley <joel@jms.id.au> | 2020-09-10 03:24:16 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2020-09-11 08:55:24 +0300 |
commit | 74976e861309e4bf7f3e7e93f56ca3a6e0e1eca9 (patch) | |
tree | d0e09a738529f5897e207f5ad1a48ff1bd312f11 /arch/arm/configs/aspeed_g5_defconfig | |
parent | 00355d82ef4ef44716b2745de806407e3a45d766 (diff) | |
download | linux-74976e861309e4bf7f3e7e93f56ca3a6e0e1eca9.tar.xz |
ARM: config: aspeed_g5: Enable IBM OP Panel driver
The IBM op-panel driver requires i2c slave mode.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/configs/aspeed_g5_defconfig')
-rw-r--r-- | arch/arm/configs/aspeed_g5_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/aspeed_g5_defconfig b/arch/arm/configs/aspeed_g5_defconfig index fcf0a0700c71..047975eccefb 100644 --- a/arch/arm/configs/aspeed_g5_defconfig +++ b/arch/arm/configs/aspeed_g5_defconfig @@ -128,6 +128,8 @@ CONFIG_INPUT_EVDEV=y CONFIG_KEYBOARD_GPIO=y CONFIG_KEYBOARD_GPIO_POLLED=y # CONFIG_INPUT_MOUSE is not set +CONFIG_INPUT_MISC=y +CONFIG_INPUT_IBM_PANEL=y # CONFIG_SERIO is not set # CONFIG_VT is not set # CONFIG_LEGACY_PTYS is not set @@ -152,6 +154,7 @@ CONFIG_I2C_MUX_PCA9541=y CONFIG_I2C_MUX_PCA954x=y CONFIG_I2C_ASPEED=y CONFIG_I2C_FSI=y +CONFIG_I2C_SLAVE=y CONFIG_SPI=y CONFIG_GPIOLIB=y CONFIG_GPIO_SYSFS=y |