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