kernel/modules: add kmod-pmbus-zl6100 module
This patch adds the kmod packaging for the Intersil / Zilker Labs ZL6100 and compatible digital DC-DC controllers as well as the core kernel module for the Power Management Bus. Add: kmod-pmbus-core kmod-pmbus-zl6100 Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
This commit is contained in:
		 Pawel Dembicki
					Pawel Dembicki
				
			
				
					committed by
					
						 Christian Lamparter
						Christian Lamparter
					
				
			
			
				
	
			
			
			 Christian Lamparter
						Christian Lamparter
					
				
			
						parent
						
							75fdf3ba01
						
					
				
				
					commit
					ed2839ac41
				
			| @@ -287,6 +287,36 @@ endef | ||||
| $(eval $(call KernelPackage,hwmon-pc87360)) | ||||
|  | ||||
|  | ||||
| define KernelPackage/pmbus-core | ||||
|   TITLE:=PMBus support | ||||
|   KCONFIG:= CONFIG_PMBUS | ||||
|   FILES:=$(LINUX_DIR)/drivers/hwmon/pmbus/pmbus_core.ko | ||||
|   $(call AddDepends/hwmon) | ||||
| endef | ||||
|  | ||||
| define KernelPackage/pmbus-core/description | ||||
|  Kernel modules for Power Management Bus | ||||
| endef | ||||
|  | ||||
| $(eval $(call KernelPackage,pmbus-core)) | ||||
|  | ||||
|  | ||||
| define KernelPackage/pmbus-zl6100 | ||||
|   TITLE:=Intersil / Zilker Labs ZL6100 hardware monitoring | ||||
|   KCONFIG:=CONFIG_SENSORS_ZL6100 | ||||
|   FILES:=$(LINUX_DIR)/drivers/hwmon/pmbus/zl6100.ko | ||||
|   AUTOLOAD:=$(call AutoProbe,zl6100) | ||||
|   $(call AddDepends/hwmon, +kmod-pmbus-core) | ||||
| endef | ||||
|  | ||||
| define KernelPackage/hwmon-sht21/description | ||||
|  Kernel module for Intersil / Zilker Labs ZL6100 and | ||||
| compatible digital DC-DC controllers | ||||
| endef | ||||
|  | ||||
| $(eval $(call KernelPackage,pmbus-zl6100)) | ||||
|  | ||||
|  | ||||
| define KernelPackage/hwmon-pwmfan | ||||
|   TITLE:=Generic PWM FAN support | ||||
|   KCONFIG:=CONFIG_SENSORS_PWM_FAN | ||||
|   | ||||
| @@ -3299,6 +3299,7 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_ADM1026 is not set | ||||
| # CONFIG_SENSORS_ADM1029 is not set | ||||
| # CONFIG_SENSORS_ADM1031 is not set | ||||
| # CONFIG_SENSORS_ADM1275 is not set | ||||
| # CONFIG_SENSORS_ADM9240 is not set | ||||
| # CONFIG_SENSORS_ADS1015 is not set | ||||
| # CONFIG_SENSORS_ADS7828 is not set | ||||
| @@ -3358,6 +3359,7 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_LIS3LV02D is not set | ||||
| # CONFIG_SENSORS_LIS3_I2C is not set | ||||
| # CONFIG_SENSORS_LIS3_SPI is not set | ||||
| # CONFIG_SENSORS_LM25066 is not set | ||||
| # CONFIG_SENSORS_LM63 is not set | ||||
| # CONFIG_SENSORS_LM70 is not set | ||||
| # CONFIG_SENSORS_LM73 is not set | ||||
| @@ -3375,6 +3377,7 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_LM95241 is not set | ||||
| # CONFIG_SENSORS_LM95245 is not set | ||||
| # CONFIG_SENSORS_LTC2945 is not set | ||||
| # CONFIG_SENSORS_LTC2978 is not set | ||||
| # CONFIG_SENSORS_LTC4151 is not set | ||||
| # CONFIG_SENSORS_LTC4215 is not set | ||||
| # CONFIG_SENSORS_LTC4222 is not set | ||||
| @@ -3382,14 +3385,17 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_LTC4260 is not set | ||||
| # CONFIG_SENSORS_LTC4261 is not set | ||||
| # CONFIG_SENSORS_MAX1111 is not set | ||||
| # CONFIG_SENSORS_MAX16064 is not set | ||||
| # CONFIG_SENSORS_MAX16065 is not set | ||||
| # CONFIG_SENSORS_MAX1619 is not set | ||||
| # CONFIG_SENSORS_MAX1668 is not set | ||||
| # CONFIG_SENSORS_MAX197 is not set | ||||
| # CONFIG_SENSORS_MAX34440 is not set | ||||
| # CONFIG_SENSORS_MAX6639 is not set | ||||
| # CONFIG_SENSORS_MAX6642 is not set | ||||
| # CONFIG_SENSORS_MAX6650 is not set | ||||
| # CONFIG_SENSORS_MAX6697 is not set | ||||
| # CONFIG_SENSORS_MAX8688 is not set | ||||
| # CONFIG_SENSORS_MCP3021 is not set | ||||
| # CONFIG_SENSORS_NCT6683 is not set | ||||
| # CONFIG_SENSORS_NCT6775 is not set | ||||
| @@ -3397,6 +3403,7 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_PC87360 is not set | ||||
| # CONFIG_SENSORS_PC87427 is not set | ||||
| # CONFIG_SENSORS_PCF8591 is not set | ||||
| # CONFIG_SENSORS_PMBUS is not set | ||||
| # CONFIG_SENSORS_POWR1220 is not set | ||||
| # CONFIG_SENSORS_SCH5627 is not set | ||||
| # CONFIG_SENSORS_SCH5636 is not set | ||||
| @@ -3414,8 +3421,11 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_TMP103 is not set | ||||
| # CONFIG_SENSORS_TMP401 is not set | ||||
| # CONFIG_SENSORS_TMP421 is not set | ||||
| # CONFIG_SENSORS_TPS40422 is not set | ||||
| # CONFIG_SENSORS_TSL2550 is not set | ||||
| # CONFIG_SENSORS_TSL2563 is not set | ||||
| # CONFIG_SENSORS_UCD9000 is not set | ||||
| # CONFIG_SENSORS_UCD9200 is not set | ||||
| # CONFIG_SENSORS_VEXPRESS is not set | ||||
| # CONFIG_SENSORS_VIA686A is not set | ||||
| # CONFIG_SENSORS_VIA_CPUTEMP is not set | ||||
| @@ -3430,6 +3440,7 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_W83795 is not set | ||||
| # CONFIG_SENSORS_W83L785TS is not set | ||||
| # CONFIG_SENSORS_W83L786NG is not set | ||||
| # CONFIG_SENSORS_ZL6100 is not set | ||||
| CONFIG_SERIAL_8250=y | ||||
| # CONFIG_SERIAL_8250_ACCENT is not set | ||||
| # CONFIG_SERIAL_8250_BOCA is not set | ||||
|   | ||||
| @@ -4034,6 +4034,7 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_ADM1026 is not set | ||||
| # CONFIG_SENSORS_ADM1029 is not set | ||||
| # CONFIG_SENSORS_ADM1031 is not set | ||||
| # CONFIG_SENSORS_ADM1275 is not set | ||||
| # CONFIG_SENSORS_ADM9240 is not set | ||||
| # CONFIG_SENSORS_ADS1015 is not set | ||||
| # CONFIG_SENSORS_ADS7828 is not set | ||||
| @@ -4082,10 +4083,12 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_HTU21 is not set | ||||
| # CONFIG_SENSORS_I5500 is not set | ||||
| # CONFIG_SENSORS_I5K_AMB is not set | ||||
| # CONFIG_SENSORS_IBM_CFFPS is not set | ||||
| # CONFIG_SENSORS_IIO_HWMON is not set | ||||
| # CONFIG_SENSORS_INA209 is not set | ||||
| # CONFIG_SENSORS_INA2XX is not set | ||||
| # CONFIG_SENSORS_INA3221 is not set | ||||
| # CONFIG_SENSORS_IR35221 is not set | ||||
| # CONFIG_SENSORS_ISL29018 is not set | ||||
| # CONFIG_SENSORS_ISL29028 is not set | ||||
| # CONFIG_SENSORS_IT87 is not set | ||||
| @@ -4096,6 +4099,7 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_LIS3LV02D is not set | ||||
| # CONFIG_SENSORS_LIS3_I2C is not set | ||||
| # CONFIG_SENSORS_LIS3_SPI is not set | ||||
| # CONFIG_SENSORS_LM25066 is not set | ||||
| # CONFIG_SENSORS_LM63 is not set | ||||
| # CONFIG_SENSORS_LM70 is not set | ||||
| # CONFIG_SENSORS_LM73 is not set | ||||
| @@ -4113,7 +4117,9 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_LM95241 is not set | ||||
| # CONFIG_SENSORS_LM95245 is not set | ||||
| # CONFIG_SENSORS_LTC2945 is not set | ||||
| # CONFIG_SENSORS_LTC2978 is not set | ||||
| # CONFIG_SENSORS_LTC2990 is not set | ||||
| # CONFIG_SENSORS_LTC3815 is not set | ||||
| # CONFIG_SENSORS_LTC4151 is not set | ||||
| # CONFIG_SENSORS_LTC4215 is not set | ||||
| # CONFIG_SENSORS_LTC4222 is not set | ||||
| @@ -4121,16 +4127,20 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_LTC4260 is not set | ||||
| # CONFIG_SENSORS_LTC4261 is not set | ||||
| # CONFIG_SENSORS_MAX1111 is not set | ||||
| # CONFIG_SENSORS_MAX16064 is not set | ||||
| # CONFIG_SENSORS_MAX16065 is not set | ||||
| # CONFIG_SENSORS_MAX1619 is not set | ||||
| # CONFIG_SENSORS_MAX1668 is not set | ||||
| # CONFIG_SENSORS_MAX197 is not set | ||||
| # CONFIG_SENSORS_MAX20751 is not set | ||||
| # CONFIG_SENSORS_MAX31722 is not set | ||||
| # CONFIG_SENSORS_MAX31790 is not set | ||||
| # CONFIG_SENSORS_MAX34440 is not set | ||||
| # CONFIG_SENSORS_MAX6639 is not set | ||||
| # CONFIG_SENSORS_MAX6642 is not set | ||||
| # CONFIG_SENSORS_MAX6650 is not set | ||||
| # CONFIG_SENSORS_MAX6697 is not set | ||||
| # CONFIG_SENSORS_MAX8688 is not set | ||||
| # CONFIG_SENSORS_MCP3021 is not set | ||||
| # CONFIG_SENSORS_NCT6683 is not set | ||||
| # CONFIG_SENSORS_NCT6775 is not set | ||||
| @@ -4141,6 +4151,7 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_PC87360 is not set | ||||
| # CONFIG_SENSORS_PC87427 is not set | ||||
| # CONFIG_SENSORS_PCF8591 is not set | ||||
| # CONFIG_SENSORS_PMBUS is not set | ||||
| # CONFIG_SENSORS_POWR1220 is not set | ||||
| # CONFIG_SENSORS_PWM_FAN is not set | ||||
| # CONFIG_SENSORS_SCH5627 is not set | ||||
| @@ -4164,8 +4175,12 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_TMP108 is not set | ||||
| # CONFIG_SENSORS_TMP401 is not set | ||||
| # CONFIG_SENSORS_TMP421 is not set | ||||
| # CONFIG_SENSORS_TPS40422 is not set | ||||
| # CONFIG_SENSORS_TPS53679 is not set | ||||
| # CONFIG_SENSORS_TSL2550 is not set | ||||
| # CONFIG_SENSORS_TSL2563 is not set | ||||
| # CONFIG_SENSORS_UCD9000 is not set | ||||
| # CONFIG_SENSORS_UCD9200 is not set | ||||
| # CONFIG_SENSORS_VEXPRESS is not set | ||||
| # CONFIG_SENSORS_VIA686A is not set | ||||
| # CONFIG_SENSORS_VIA_CPUTEMP is not set | ||||
| @@ -4181,6 +4196,7 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_W83L785TS is not set | ||||
| # CONFIG_SENSORS_W83L786NG is not set | ||||
| # CONFIG_SENSORS_XGENE is not set | ||||
| # CONFIG_SENSORS_ZL6100 is not set | ||||
| CONFIG_SERIAL_8250=y | ||||
| # CONFIG_SERIAL_8250_ACCENT is not set | ||||
| # CONFIG_SERIAL_8250_ASPEED_VUART is not set | ||||
|   | ||||
| @@ -4220,6 +4220,7 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_ADM1026 is not set | ||||
| # CONFIG_SENSORS_ADM1029 is not set | ||||
| # CONFIG_SENSORS_ADM1031 is not set | ||||
| # CONFIG_SENSORS_ADM1275 is not set | ||||
| # CONFIG_SENSORS_ADM9240 is not set | ||||
| # CONFIG_SENSORS_ADS1015 is not set | ||||
| # CONFIG_SENSORS_ADS7828 is not set | ||||
| @@ -4268,10 +4269,12 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_HTU21 is not set | ||||
| # CONFIG_SENSORS_I5500 is not set | ||||
| # CONFIG_SENSORS_I5K_AMB is not set | ||||
| # CONFIG_SENSORS_IBM_CFFPS is not set | ||||
| # CONFIG_SENSORS_IIO_HWMON is not set | ||||
| # CONFIG_SENSORS_INA209 is not set | ||||
| # CONFIG_SENSORS_INA2XX is not set | ||||
| # CONFIG_SENSORS_INA3221 is not set | ||||
| # CONFIG_SENSORS_IR35221 is not set | ||||
| # CONFIG_SENSORS_ISL29018 is not set | ||||
| # CONFIG_SENSORS_ISL29028 is not set | ||||
| # CONFIG_SENSORS_IT87 is not set | ||||
| @@ -4282,6 +4285,7 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_LIS3LV02D is not set | ||||
| # CONFIG_SENSORS_LIS3_I2C is not set | ||||
| # CONFIG_SENSORS_LIS3_SPI is not set | ||||
| # CONFIG_SENSORS_LM25066 is not set | ||||
| # CONFIG_SENSORS_LM63 is not set | ||||
| # CONFIG_SENSORS_LM70 is not set | ||||
| # CONFIG_SENSORS_LM73 is not set | ||||
| @@ -4299,7 +4303,9 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_LM95241 is not set | ||||
| # CONFIG_SENSORS_LM95245 is not set | ||||
| # CONFIG_SENSORS_LTC2945 is not set | ||||
| # CONFIG_SENSORS_LTC2978 is not set | ||||
| # CONFIG_SENSORS_LTC2990 is not set | ||||
| # CONFIG_SENSORS_LTC3815 is not set | ||||
| # CONFIG_SENSORS_LTC4151 is not set | ||||
| # CONFIG_SENSORS_LTC4215 is not set | ||||
| # CONFIG_SENSORS_LTC4222 is not set | ||||
| @@ -4307,17 +4313,21 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_LTC4260 is not set | ||||
| # CONFIG_SENSORS_LTC4261 is not set | ||||
| # CONFIG_SENSORS_MAX1111 is not set | ||||
| # CONFIG_SENSORS_MAX16064 is not set | ||||
| # CONFIG_SENSORS_MAX16065 is not set | ||||
| # CONFIG_SENSORS_MAX1619 is not set | ||||
| # CONFIG_SENSORS_MAX1668 is not set | ||||
| # CONFIG_SENSORS_MAX197 is not set | ||||
| # CONFIG_SENSORS_MAX20751 is not set | ||||
| # CONFIG_SENSORS_MAX31722 is not set | ||||
| # CONFIG_SENSORS_MAX31790 is not set | ||||
| # CONFIG_SENSORS_MAX34440 is not set | ||||
| # CONFIG_SENSORS_MAX6621 is not set | ||||
| # CONFIG_SENSORS_MAX6639 is not set | ||||
| # CONFIG_SENSORS_MAX6642 is not set | ||||
| # CONFIG_SENSORS_MAX6650 is not set | ||||
| # CONFIG_SENSORS_MAX6697 is not set | ||||
| # CONFIG_SENSORS_MAX8688 is not set | ||||
| # CONFIG_SENSORS_MCP3021 is not set | ||||
| # CONFIG_SENSORS_NCT6683 is not set | ||||
| # CONFIG_SENSORS_NCT6775 is not set | ||||
| @@ -4329,6 +4339,7 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_PC87360 is not set | ||||
| # CONFIG_SENSORS_PC87427 is not set | ||||
| # CONFIG_SENSORS_PCF8591 is not set | ||||
| # CONFIG_SENSORS_PMBUS is not set | ||||
| # CONFIG_SENSORS_POWR1220 is not set | ||||
| # CONFIG_SENSORS_PWM_FAN is not set | ||||
| # CONFIG_SENSORS_SCH5627 is not set | ||||
| @@ -4352,8 +4363,12 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_TMP108 is not set | ||||
| # CONFIG_SENSORS_TMP401 is not set | ||||
| # CONFIG_SENSORS_TMP421 is not set | ||||
| # CONFIG_SENSORS_TPS40422 is not set | ||||
| # CONFIG_SENSORS_TPS53679 is not set | ||||
| # CONFIG_SENSORS_TSL2550 is not set | ||||
| # CONFIG_SENSORS_TSL2563 is not set | ||||
| # CONFIG_SENSORS_UCD9000 is not set | ||||
| # CONFIG_SENSORS_UCD9200 is not set | ||||
| # CONFIG_SENSORS_VEXPRESS is not set | ||||
| # CONFIG_SENSORS_VIA686A is not set | ||||
| # CONFIG_SENSORS_VIA_CPUTEMP is not set | ||||
| @@ -4370,6 +4385,7 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_W83L785TS is not set | ||||
| # CONFIG_SENSORS_W83L786NG is not set | ||||
| # CONFIG_SENSORS_XGENE is not set | ||||
| # CONFIG_SENSORS_ZL6100 is not set | ||||
| CONFIG_SERIAL_8250=y | ||||
| # CONFIG_SERIAL_8250_ACCENT is not set | ||||
| # CONFIG_SERIAL_8250_ASPEED_VUART is not set | ||||
|   | ||||
| @@ -3785,6 +3785,7 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_ADM1026 is not set | ||||
| # CONFIG_SENSORS_ADM1029 is not set | ||||
| # CONFIG_SENSORS_ADM1031 is not set | ||||
| # CONFIG_SENSORS_ADM1275 is not set | ||||
| # CONFIG_SENSORS_ADM9240 is not set | ||||
| # CONFIG_SENSORS_ADS1015 is not set | ||||
| # CONFIG_SENSORS_ADS7828 is not set | ||||
| @@ -3846,6 +3847,7 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_LIS3LV02D is not set | ||||
| # CONFIG_SENSORS_LIS3_I2C is not set | ||||
| # CONFIG_SENSORS_LIS3_SPI is not set | ||||
| # CONFIG_SENSORS_LM25066 is not se | ||||
| # CONFIG_SENSORS_LM63 is not set | ||||
| # CONFIG_SENSORS_LM70 is not set | ||||
| # CONFIG_SENSORS_LM73 is not set | ||||
| @@ -3863,7 +3865,9 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_LM95241 is not set | ||||
| # CONFIG_SENSORS_LM95245 is not set | ||||
| # CONFIG_SENSORS_LTC2945 is not set | ||||
| # CONFIG_SENSORS_LTC2978 is not set | ||||
| # CONFIG_SENSORS_LTC2990 is not set | ||||
| # CONFIG_SENSORS_LTC3815 is not set | ||||
| # CONFIG_SENSORS_LTC4151 is not set | ||||
| # CONFIG_SENSORS_LTC4215 is not set | ||||
| # CONFIG_SENSORS_LTC4222 is not set | ||||
| @@ -3871,16 +3875,20 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_LTC4260 is not set | ||||
| # CONFIG_SENSORS_LTC4261 is not set | ||||
| # CONFIG_SENSORS_MAX1111 is not set | ||||
| # CONFIG_SENSORS_MAX16064 is not set | ||||
| # CONFIG_SENSORS_MAX16065 is not set | ||||
| # CONFIG_SENSORS_MAX1619 is not set | ||||
| # CONFIG_SENSORS_MAX1668 is not set | ||||
| # CONFIG_SENSORS_MAX197 is not set | ||||
| # CONFIG_SENSORS_MAX20751 is not set | ||||
| # CONFIG_SENSORS_MAX31722 is not set | ||||
| # CONFIG_SENSORS_MAX31790 is not set | ||||
| # CONFIG_SENSORS_MAX34440 is not set | ||||
| # CONFIG_SENSORS_MAX6639 is not set | ||||
| # CONFIG_SENSORS_MAX6642 is not set | ||||
| # CONFIG_SENSORS_MAX6650 is not set | ||||
| # CONFIG_SENSORS_MAX6697 is not set | ||||
| # CONFIG_SENSORS_MAX8688 is not set | ||||
| # CONFIG_SENSORS_MCP3021 is not set | ||||
| # CONFIG_SENSORS_NCT6683 is not set | ||||
| # CONFIG_SENSORS_NCT6775 is not set | ||||
| @@ -3891,6 +3899,7 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_PC87360 is not set | ||||
| # CONFIG_SENSORS_PC87427 is not set | ||||
| # CONFIG_SENSORS_PCF8591 is not set | ||||
| # CONFIG_SENSORS_PMBUS is not set | ||||
| # CONFIG_SENSORS_POWR1220 is not set | ||||
| # CONFIG_SENSORS_PWM_FAN is not set | ||||
| # CONFIG_SENSORS_SCH5627 is not set | ||||
| @@ -3911,8 +3920,11 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_TMP103 is not set | ||||
| # CONFIG_SENSORS_TMP401 is not set | ||||
| # CONFIG_SENSORS_TMP421 is not set | ||||
| # CONFIG_SENSORS_TPS40422 is not set | ||||
| # CONFIG_SENSORS_TSL2550 is not set | ||||
| # CONFIG_SENSORS_TSL2563 is not set | ||||
| # CONFIG_SENSORS_UCD9000 is not set | ||||
| # CONFIG_SENSORS_UCD9200 is not set | ||||
| # CONFIG_SENSORS_VEXPRESS is not set | ||||
| # CONFIG_SENSORS_VIA686A is not set | ||||
| # CONFIG_SENSORS_VIA_CPUTEMP is not set | ||||
| @@ -3928,6 +3940,7 @@ CONFIG_SELECT_MEMORY_MODEL=y | ||||
| # CONFIG_SENSORS_W83L785TS is not set | ||||
| # CONFIG_SENSORS_W83L786NG is not set | ||||
| # CONFIG_SENSORS_XGENE is not set | ||||
| # CONFIG_SENSORS_ZL6100 is not set | ||||
| CONFIG_SERIAL_8250=y | ||||
| # CONFIG_SERIAL_8250_ACCENT is not set | ||||
| # CONFIG_SERIAL_8250_BOCA is not set | ||||
|   | ||||
		Reference in New Issue
	
	Block a user