Skip to content

Commit 911d1ef

Browse files
stephan-ghlinusw
authored andcommitted
ARM: defconfig: u8500: Enable new drivers for samsung-golden
The new device tree for samsung-golden depends on some additional drivers that are not selected in the u8500 defconfig yet: - Bluetooth: hci_bcm - WiFi: brcmfmac - Touchscreen: atmel_mxt_ts - Vibrator: gpio-vibra - Sensors: inv_mpu6050 (IMU) Signed-off-by: Stephan Gerhold <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent 8f3d9f3 commit 911d1ef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

arch/arm/configs/u8500_defconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ CONFIG_IP_PNP=y
3232
CONFIG_IP_PNP_DHCP=y
3333
CONFIG_NETFILTER=y
3434
CONFIG_PHONET=y
35+
CONFIG_BT=y
36+
CONFIG_BT_HCIUART=m
37+
CONFIG_BT_HCIUART_BCM=y
3538
CONFIG_CFG80211=y
3639
CONFIG_CFG80211_DEBUGFS=y
3740
CONFIG_MAC80211=y
@@ -44,6 +47,7 @@ CONFIG_BLK_DEV_RAM_SIZE=65536
4447
CONFIG_NETDEVICES=y
4548
CONFIG_SMSC911X=y
4649
CONFIG_SMSC_PHY=y
50+
CONFIG_BRCMFMAC=m
4751
CONFIG_CW1200=y
4852
CONFIG_CW1200_WLAN_SDIO=y
4953
CONFIG_INPUT_EVDEV=y
@@ -54,17 +58,21 @@ CONFIG_KEYBOARD_STMPE=y
5458
CONFIG_KEYBOARD_TC3589X=y
5559
# CONFIG_INPUT_MOUSE is not set
5660
CONFIG_INPUT_TOUCHSCREEN=y
61+
CONFIG_TOUCHSCREEN_ATMEL_MXT=y
5762
CONFIG_TOUCHSCREEN_BU21013=y
5863
CONFIG_INPUT_MISC=y
5964
CONFIG_INPUT_AB8500_PONKEY=y
65+
CONFIG_INPUT_GPIO_VIBRA=y
6066
CONFIG_RMI4_CORE=y
6167
CONFIG_RMI4_I2C=y
6268
CONFIG_RMI4_F11=y
6369
# CONFIG_SERIO is not set
6470
# CONFIG_LEGACY_PTYS is not set
6571
CONFIG_SERIAL_AMBA_PL011=y
6672
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
73+
CONFIG_SERIAL_DEV_BUS=y
6774
CONFIG_HW_RANDOM=y
75+
CONFIG_I2C_MUX=y
6876
CONFIG_SPI=y
6977
CONFIG_SPI_PL022=y
7078
CONFIG_GPIO_STMPE=y
@@ -115,6 +123,7 @@ CONFIG_IIO=y
115123
CONFIG_IIO_SW_TRIGGER=y
116124
CONFIG_IIO_ST_ACCEL_3AXIS=y
117125
CONFIG_IIO_ST_GYRO_3AXIS=y
126+
CONFIG_INV_MPU6050_I2C=y
118127
CONFIG_BH1780=y
119128
CONFIG_AK8974=y
120129
CONFIG_IIO_ST_MAGN_3AXIS=y

0 commit comments

Comments
 (0)