diff options
| author | Andre Przywara <andre.przywara@arm.com> | 2023-10-31 01:39:54 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-04-28 12:45:44 -0600 |
| commit | d8aea14306f29d0eb7fe902ef83b8f53ad11143a (patch) | |
| tree | 0f10d5cdd6cf930bbc9bfabae6fc2d86adc8d880 /configs/iNet_3W_defconfig | |
| parent | ab4c636484976c0b2608128b7c0bfbd21ff71487 (diff) | |
sunxi: Kconfig: Remove obsolete USBx_* pin symbols
Now that the USB PHY driver uses the device tree to get the VBUS detect
and USB ID GPIOs, these Kconfig symbols are unused. Remove them from
their Kconfig definition, and also from all defconfig files.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Diffstat (limited to 'configs/iNet_3W_defconfig')
| -rw-r--r-- | configs/iNet_3W_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/iNet_3W_defconfig b/configs/iNet_3W_defconfig index 76031c0df40..6cb55b635e2 100644 --- a/configs/iNet_3W_defconfig +++ b/configs/iNet_3W_defconfig @@ -6,7 +6,6 @@ CONFIG_MACH_SUN4I=y CONFIG_DRAM_CLK=408 CONFIG_DRAM_ZQ=127 CONFIG_DRAM_EMR1=4 -CONFIG_USB0_VBUS_DET="PH5" CONFIG_VIDEO_LCD_MODE="x:1024,y:768,depth:24,pclk_khz:65000,le:159,ri:160,up:22,lo:15,hs:1,vs:1,sync:3,vmode:0" CONFIG_VIDEO_LCD_POWER="PH8" CONFIG_VIDEO_LCD_BL_EN="PH7" |
