Skip to content

Commit 288d3f1

Browse files
committed
ARM: defconfig: u8500: Enable new drivers for ux500
The new device tree for samsung-skomer and the HREF520 devicetree enables some additional drivers that are not yet selected in the u8500_defconfig: - The GPIO-based I2C bus master driver for some peripherals that do not use the I2C hardware master. - The Novatek NT35510 driver for the Skomer panel. - The Sony ACX424AKP driver for the HREF520 panel. - The GPIO-based backlight driver for Skomer. - The BMA180 driver for the BMA254 accelerometer found in the Skomer. - The new GP2AP002 driver for the GP2AP002S00F proximimty sensor found in the Skomer and Golden devices. Cc: Stephan Gerhold <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
1 parent 911d1ef commit 288d3f1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

arch/arm/configs/u8500_defconfig

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ CONFIG_SERIAL_AMBA_PL011=y
7272
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
7373
CONFIG_SERIAL_DEV_BUS=y
7474
CONFIG_HW_RANDOM=y
75-
CONFIG_I2C_MUX=y
75+
CONFIG_I2C_GPIO=y
7676
CONFIG_SPI=y
7777
CONFIG_SPI_PL022=y
7878
CONFIG_GPIO_STMPE=y
@@ -86,11 +86,14 @@ CONFIG_MFD_TC3589X=y
8686
CONFIG_REGULATOR_AB8500=y
8787
CONFIG_REGULATOR_GPIO=y
8888
CONFIG_DRM=y
89+
CONFIG_DRM_PANEL_NOVATEK_NT35510=y
8990
CONFIG_DRM_PANEL_SAMSUNG_S6D16D0=y
91+
CONFIG_DRM_PANEL_SONY_ACX424AKP=y
9092
CONFIG_DRM_LIMA=y
9193
CONFIG_DRM_MCDE=y
9294
CONFIG_BACKLIGHT_CLASS_DEVICE=y
9395
CONFIG_BACKLIGHT_GENERIC=m
96+
CONFIG_BACKLIGHT_GPIO=y
9497
CONFIG_LOGO=y
9598
CONFIG_SOUND=y
9699
CONFIG_SND=y
@@ -121,10 +124,12 @@ CONFIG_HWSPINLOCK=y
121124
CONFIG_HSEM_U8500=y
122125
CONFIG_IIO=y
123126
CONFIG_IIO_SW_TRIGGER=y
127+
CONFIG_BMA180=y
124128
CONFIG_IIO_ST_ACCEL_3AXIS=y
125129
CONFIG_IIO_ST_GYRO_3AXIS=y
126130
CONFIG_INV_MPU6050_I2C=y
127131
CONFIG_BH1780=y
132+
CONFIG_GP2AP002=y
128133
CONFIG_AK8974=y
129134
CONFIG_IIO_ST_MAGN_3AXIS=y
130135
CONFIG_IIO_HRTIMER_TRIGGER=y

0 commit comments

Comments
 (0)