Change-Id: I656544fa0ed802622ce7f40d50063a7bcf48c914 Signed-off-by: Pranaya Deomani <pranayadeomani@protonmail.com>
50 lines
1.6 KiB
Plaintext
Executable File
50 lines
1.6 KiB
Plaintext
Executable File
menu "SOC (System On Chip) specific Drivers"
|
|
|
|
source "drivers/soc/actions/Kconfig"
|
|
source "drivers/soc/amlogic/Kconfig"
|
|
source "drivers/soc/atmel/Kconfig"
|
|
source "drivers/soc/bcm/Kconfig"
|
|
source "drivers/soc/fsl/Kconfig"
|
|
source "drivers/soc/imx/Kconfig"
|
|
source "drivers/soc/mediatek/Kconfig"
|
|
source "drivers/soc/qcom/Kconfig"
|
|
source "drivers/soc/renesas/Kconfig"
|
|
source "drivers/soc/rockchip/Kconfig"
|
|
source "drivers/soc/samsung/Kconfig"
|
|
source "drivers/soc/sunxi/Kconfig"
|
|
source "drivers/soc/tegra/Kconfig"
|
|
source "drivers/soc/ti/Kconfig"
|
|
source "drivers/soc/ux500/Kconfig"
|
|
source "drivers/soc/versatile/Kconfig"
|
|
source "drivers/soc/zte/Kconfig"
|
|
#ifdef VENDOR_EDIT
|
|
# Bin.Li@EXP.BSP.bootloader.bootflow, 2017/05/15, Add for oppo device info and oppo project
|
|
source "drivers/soc/oppo/Kconfig"
|
|
#endif /*VENDOR_EDIT*/
|
|
#ifdef OPLUS_FEATURE_IOMONITOR
|
|
source "drivers/soc/oplus/iomonitor/Kconfig"
|
|
#endif /*OPLUS_FEATURE_IOMONITOR*/
|
|
#ifdef VENDOR_EDIT
|
|
#wen.luo@BSP.Kernel.Stability 2020/03/25 add for oplus kernel system
|
|
source "drivers/soc/oplus/system/Kconfig"
|
|
#endif /* VENDOR_EDIT */
|
|
|
|
#ifdef VENDOR_EDIT
|
|
# Bin.Li@EXP.BSP.bootloader.bootflow, 2017/05/15, Add for oppo device info and oppo project
|
|
source "drivers/soc/oppo/Kconfig"
|
|
#endif /*VENDOR_EDIT*/
|
|
|
|
#ifdef OPLUS_FEATURE_HEALTHINFO
|
|
#Jiheng.Xie@BSP.Kernel.Performance 2020/06/18 add for oppo healthinfo
|
|
source "drivers/soc/oplus/oppo_healthinfo/Kconfig"
|
|
#endif /*OPLUS_FEATURE_HEALTHINFO*/
|
|
|
|
#ifdef OPLUS_FEATURE_MIDAS
|
|
source "drivers/soc/oplus/oplus_midas/Kconfig"
|
|
#endif /*OPLUS_FEATURE_MIDAS*/
|
|
|
|
#ifdef OPLUS_FEATURE_LOWMEM_DBG
|
|
source "drivers/soc/oplus/lowmem_dbg/Kconfig"
|
|
##endif /* OPLUS_FEATURE_LOWMEM_DBG */
|
|
endmenu
|