diff options
| author | Neil Armstrong <narmstrong@baylibre.com> | 2016-04-01 10:16:13 -0400 |
|---|---|---|
| committer | Philipp Zabel <p.zabel@pengutronix.de> | 2016-04-01 10:31:09 -0400 |
| commit | 6e667fac8259d0dd2cf883fa3c51c0b8b8c89a90 (patch) | |
| tree | 7e691fe5c5ba991ccf449da34f2055fa2fe73023 /drivers/reset/Makefile | |
| parent | 773fe72630c8aca874ec8a07ebacace4ae305a02 (diff) | |
reset: Add Oxford Semiconductor Reset Controller driver
Add System reset controller driver for Oxford Semiconductor OXNAS SoC
Family.
CC: Ma Haijun <mahaijuns@gmail.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'drivers/reset/Makefile')
| -rw-r--r-- | drivers/reset/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile index a1fc8eda79f3..f173fc3847b4 100644 --- a/drivers/reset/Makefile +++ b/drivers/reset/Makefile | |||
| @@ -8,3 +8,4 @@ obj-$(CONFIG_ARCH_STI) += sti/ | |||
| 8 | obj-$(CONFIG_ARCH_HISI) += hisilicon/ | 8 | obj-$(CONFIG_ARCH_HISI) += hisilicon/ |
| 9 | obj-$(CONFIG_ARCH_ZYNQ) += reset-zynq.o | 9 | obj-$(CONFIG_ARCH_ZYNQ) += reset-zynq.o |
| 10 | obj-$(CONFIG_ATH79) += reset-ath79.o | 10 | obj-$(CONFIG_ATH79) += reset-ath79.o |
| 11 | obj-$(CONFIG_RESET_OXNAS) += reset-oxnas.o | ||
