1obj-$(CONFIG_DM) += core/ 2obj-$(CONFIG_DM_DEMO) += demo/ 3obj-$(CONFIG_BIOSEMU) += bios_emulator/ 4obj-y += block/ 5obj-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount/ 6obj-y += crypto/ 7obj-$(CONFIG_FPGA) += fpga/ 8obj-y += hwmon/ 9obj-y += misc/ 10obj-y += pcmcia/ 11obj-y += dfu/ 12obj-y += rtc/ 13obj-y += sound/ 14obj-y += tpm/ 15obj-y += twserial/ 16obj-y += video/ 17obj-y += watchdog/ 18obj-$(CONFIG_QE) += qe/ 19obj-$(CONFIG_U_QE) += qe/ 20obj-y += memory/ 21obj-y += pwm/ 22obj-y += input/ 23# SOC specific infrastructure drivers. 24obj-y += soc/ 25obj-y += thermal/ 26