37 lines
763 B
Plaintext
37 lines
763 B
Plaintext
|
# Description: Add kconfig options that has to be included in the kernel
|
||
|
# Note: Markers should start with "###->"
|
||
|
# Header should end with .*-start eg: any_description-start
|
||
|
# Footer must end with .*-end eg: any_description-end
|
||
|
# Markers should not be nested
|
||
|
|
||
|
[common]
|
||
|
CONFIG_LOG_BUF_SHIFT=20
|
||
|
|
||
|
[amd64]
|
||
|
# For Inventec d7032
|
||
|
CONFIG_GPIO_ICH=m
|
||
|
# For mitac ly1200
|
||
|
CONFIG_SENSORS_MAX31790=m
|
||
|
# For optoe
|
||
|
CONFIG_EEPROM_OPTOE=m
|
||
|
|
||
|
###-> mellanox-start
|
||
|
CONFIG_OF=y
|
||
|
CONFIG_THERMAL_OF=y
|
||
|
CONFIG_CPU_THERMAL=y
|
||
|
CONFIG_PINCTRL_CANNONLAKE=m
|
||
|
CONFIG_PINCTRL_DENVERTON=m
|
||
|
###-> mellanox-end
|
||
|
|
||
|
# For Cisco 8000
|
||
|
CONFIG_PHYLIB=m
|
||
|
CONFIG_GPIOLIB=y
|
||
|
CONFIG_OF_GPIO=y
|
||
|
CONFIG_OF=y
|
||
|
CONFIG_OF_MDIO=m
|
||
|
|
||
|
[armhf]
|
||
|
CONFIG_EEPROM_SFF_8436=m
|
||
|
CONFIG_EEPROM_OPTOE=m
|
||
|
CONFIG_I2C_MUX_GPIO=m
|