Skip to content

Commit 976c462

Browse files
committed
ARM: shmobile: defconfig: Enable more support for RZN1D-DB/EB
Enable more support for the Renesas RZN1D-DB and RZN1D-EB development and expansion boards: - Polled GPIO buttons (also used on the Marzen development board), - Synopsys DesignWare I2C adapters, - National Semiconductor LM75 sensors and compatibles (which requires not disabling Hardware Monitoring support), - Arasan SDHCI controllers. Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Wolfram Sang <[email protected]> Link: https://lore.kernel.org/a40aa69832ef292497b9170e2ad607bd9dfd7e21.1745842538.git.geert+renesas@glider.be
1 parent 754a11c commit 976c462

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

arch/arm/configs/shmobile_defconfig

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ CONFIG_SMSC_PHY=y
6363
CONFIG_CAN_RCAR=y
6464
CONFIG_INPUT_EVDEV=y
6565
CONFIG_KEYBOARD_GPIO=y
66+
CONFIG_KEYBOARD_GPIO_POLLED=y
6667
# CONFIG_INPUT_MOUSE is not set
6768
CONFIG_INPUT_TOUCHSCREEN=y
6869
CONFIG_TOUCHSCREEN_EDT_FT5X06=y
@@ -84,6 +85,7 @@ CONFIG_SERIAL_8250_EM=y
8485
CONFIG_SERIAL_SH_SCI=y
8586
CONFIG_I2C_CHARDEV=y
8687
CONFIG_I2C_DEMUX_PINCTRL=y
88+
CONFIG_I2C_DESIGNWARE_CORE=y
8789
CONFIG_I2C_EMEV2=y
8890
CONFIG_I2C_GPIO=y
8991
CONFIG_I2C_RIIC=y
@@ -104,7 +106,7 @@ CONFIG_GPIO_PCF857X=y
104106
CONFIG_POWER_RESET=y
105107
CONFIG_POWER_RESET_RMOBILE=y
106108
CONFIG_POWER_SUPPLY=y
107-
# CONFIG_HWMON is not set
109+
CONFIG_SENSORS_LM75=y
108110
CONFIG_THERMAL=y
109111
CONFIG_CPU_THERMAL=y
110112
CONFIG_RCAR_THERMAL=y
@@ -174,6 +176,9 @@ CONFIG_USB_RENESAS_USBHS_UDC=y
174176
CONFIG_USB_RENESAS_USBF=y
175177
CONFIG_USB_ETH=y
176178
CONFIG_MMC=y
179+
CONFIG_MMC_SDHCI=y
180+
CONFIG_MMC_SDHCI_PLTFM=y
181+
CONFIG_MMC_SDHCI_OF_ARASAN=y
177182
CONFIG_MMC_SDHI=y
178183
CONFIG_MMC_SH_MMCIF=y
179184
CONFIG_NEW_LEDS=y

0 commit comments

Comments
 (0)