Skip to content

Commit 02a0242

Browse files
linuswolofj
authored andcommitted
ARM: defconfig: u8500: Add new drivers
This enables the new or updates driver options for U8500 that got merged into v5.3-rc1: - CMA, MCDE driver, LIMA driver and the Samsung S6D16D0 driver enabled by default bringing up the new graphics support. Include the LOGO so we can see when the graphics are live. - We use the IIO hwmon bridge for reflecting temperature in the system. - Set MUSB to PIO mode as this is the one working most stable for the time being. - HWSPINLOCK needs to be set to get the hardware semaphore driver to compile and link properly. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]> Signed-off-by: Olof Johansson <[email protected]>
1 parent 14d017b commit 02a0242

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

arch/arm/configs/u8500_defconfig

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ CONFIG_MODULES=y
2121
CONFIG_MODULE_UNLOAD=y
2222
# CONFIG_BLK_DEV_BSG is not set
2323
CONFIG_PARTITION_ADVANCED=y
24+
CONFIG_CMA=y
2425
CONFIG_NET=y
2526
CONFIG_PACKET=y
2627
CONFIG_UNIX=y
@@ -58,7 +59,6 @@ CONFIG_RMI4_CORE=y
5859
CONFIG_RMI4_I2C=y
5960
CONFIG_RMI4_F11=y
6061
# CONFIG_SERIO is not set
61-
CONFIG_VT_HW_CONSOLE_BINDING=y
6262
# CONFIG_LEGACY_PTYS is not set
6363
CONFIG_SERIAL_AMBA_PL011=y
6464
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
@@ -67,13 +67,21 @@ CONFIG_SPI=y
6767
CONFIG_SPI_PL022=y
6868
CONFIG_GPIO_STMPE=y
6969
CONFIG_GPIO_TC3589X=y
70+
CONFIG_SENSORS_IIO_HWMON=y
7071
CONFIG_THERMAL=y
7172
CONFIG_CPU_THERMAL=y
7273
CONFIG_WATCHDOG=y
7374
CONFIG_MFD_STMPE=y
7475
CONFIG_MFD_TC3589X=y
7576
CONFIG_REGULATOR_AB8500=y
7677
CONFIG_REGULATOR_GPIO=y
78+
CONFIG_DRM=y
79+
CONFIG_DRM_PANEL_SAMSUNG_S6D16D0=y
80+
CONFIG_DRM_LIMA=y
81+
CONFIG_DRM_MCDE=y
82+
CONFIG_BACKLIGHT_CLASS_DEVICE=y
83+
CONFIG_BACKLIGHT_GENERIC=m
84+
CONFIG_LOGO=y
7785
CONFIG_SOUND=y
7886
CONFIG_SND=y
7987
CONFIG_SND_SOC=y
@@ -82,6 +90,7 @@ CONFIG_SND_SOC_UX500_MACH_MOP500=y
8290
CONFIG_USB=y
8391
CONFIG_USB_MUSB_HDRC=y
8492
CONFIG_USB_MUSB_UX500=y
93+
CONFIG_MUSB_PIO_ONLY=y
8594
CONFIG_AB8500_USB=y
8695
CONFIG_USB_GADGET=y
8796
CONFIG_USB_ETH=m
@@ -98,6 +107,7 @@ CONFIG_RTC_DRV_AB8500=y
98107
CONFIG_RTC_DRV_PL031=y
99108
CONFIG_DMADEVICES=y
100109
CONFIG_STE_DMA40=y
110+
CONFIG_HWSPINLOCK=y
101111
CONFIG_HSEM_U8500=y
102112
CONFIG_IIO=y
103113
CONFIG_IIO_SW_TRIGGER=y

0 commit comments

Comments
 (0)