cns21xx: add initial support for the Cavium CNS21xx SoC
[openwrt/staging/mkresin.git] / target / linux / cns21xx / base-files / lib / preinit / 05_cns21xx_load_button_drivers
1 #
2 # Copyright (C) 2010 OpenWrt.org
3 #
4
5 preinit_load_button_drivers() {
6 insmod input-core
7 insmod gpio_keys
8 insmod button-hotplug
9 }
10
11 boot_hook_add preinit_main preinit_load_button_drivers