Patrick Williams | af703de | 2022-10-05 13:16:47 -0500 | [diff] [blame] | 1 | # large memory support |
| 2 | CONFIG_VMSPLIT_3G_OPT=y |
Howard Chiu | 5abb7ee | 2021-12-09 13:43:50 +0800 | [diff] [blame] | 3 | # aspeed-pwm driver |
| 4 | CONFIG_HAVE_CLK=y |
| 5 | CONFIG_PWM=y |
| 6 | CONFIG_OF=y |
Howard Chiu | 5abb7ee | 2021-12-09 13:43:50 +0800 | [diff] [blame] | 7 | # pwm-fan driver |
| 8 | CONFIG_SENSORS_PWM_FAN=y |
Potin Lai | 54f36ea | 2023-10-25 13:44:07 +0800 | [diff] [blame] | 9 | # ast2600-pwm-tach driver |
| 10 | CONFIG_SENSORS_ASPEED_G6=y |
Howard Chiu | 5abb7ee | 2021-12-09 13:43:50 +0800 | [diff] [blame] | 11 | # aspeed-adc driver |
| 12 | CONFIG_COMMON_CLK=y |
| 13 | CONFIG_ASPEED_ADC=y |
| 14 | # devmem |
| 15 | CONFIG_DEVMEM=y |
| 16 | # fixed-link feature |
| 17 | CONFIG_PHYLIB=y |
| 18 | CONFIG_FIXED_PHY=y |
| 19 | # humidity and temperature sensor |
| 20 | CONFIG_HDC100X=y |
| 21 | # interposer HSC driver |
| 22 | CONFIG_SENSORS_MP5023=y |
| 23 | # RTC |
| 24 | CONFIG_RTC_DRV_PCF85363=y |
| 25 | # FUSB302 driver |
| 26 | CONFIG_TYPEC=y |
| 27 | CONFIG_TYPEC_TCPM=y |
| 28 | CONFIG_TYPEC_FUSB302=y |
Potin Lai | af3c30e | 2021-12-22 14:17:40 +0800 | [diff] [blame] | 29 | # SPI GPIO |
| 30 | CONFIG_SPI_GPIO=y |
| 31 | CONFIG_SPI_BITBANG=y |
Potin Lai | a8a46db | 2022-02-09 18:52:54 +0800 | [diff] [blame] | 32 | # INA230 |
| 33 | CONFIG_SENSORS_INA2XX=y |
Potin Lai | 10a6ece | 2022-03-09 09:29:34 +0800 | [diff] [blame] | 34 | # USB EHCI |
| 35 | CONFIG_USB_EHCI_HCD=y |
Potin Lai | f765a2a | 2022-05-10 17:26:01 +0800 | [diff] [blame] | 36 | CONFIG_USB_EHCI_HCD_PLATFORM=y |
| 37 | # REGULATOR |
| 38 | CONFIG_REGULATOR=y |
Potin Lai | 0e55efd | 2022-08-09 11:07:45 +0000 | [diff] [blame] | 39 | CONFIG_REGULATOR_FIXED_VOLTAGE=y |
| 40 | # si7020 |
Potin Lai | d8a64f0 | 2022-08-10 01:08:10 +0000 | [diff] [blame] | 41 | CONFIG_SI7020=y |
| 42 | # IPMI & IPMB |
| 43 | CONFIG_IPMI_HANDLER=y |
| 44 | CONFIG_IPMI_DEVICE_INTERFACE=y |
| 45 | CONFIG_IPMB_DEVICE_INTERFACE=y |
Potin Lai | effea7c | 2022-10-17 19:18:43 +0800 | [diff] [blame] | 46 | # Enable loadable module |
| 47 | CONFIG_MODULES=y |
Potin Lai | cb6a78d | 2023-01-06 09:11:14 +0800 | [diff] [blame] | 48 | # Aspeed OTP |
| 49 | CONFIG_ASPEED_OTP=y |