-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'ox810se-arm-v4.6-rc3' of https://github.com/superna9999/linux
into next/soc Merge "ARM: Add OXNAS Platform Support" from Neil Armstrong This is for the ARM926 based ox810 chip used in some older NAS appliances. There is another related ox820 chip based on ARM11 that might get added here later. * tag 'ox810se-arm-v4.6-rc3' of https://github.com/superna9999/linux: MAINTAINERS: add maintainer entry for ARM/OXNAS platform ARM: Add new mach-oxnas irqchip: versatile-fpga: add new compatible for OX810SE SoC
- Loading branch information
Showing
4 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
menuconfig ARCH_OXNAS | ||
bool "Oxford Semiconductor OXNAS Family SoCs" | ||
select ARCH_REQUIRE_GPIOLIB | ||
select ARCH_HAS_RESET_CONTROLLER | ||
select PINCTRL | ||
depends on ARCH_MULTI_V5 | ||
help | ||
Support for OxNas SoC family developed by Oxford Semiconductor. | ||
|
||
if ARCH_OXNAS | ||
|
||
config MACH_OX810SE | ||
bool "Support OX810SE Based Products" | ||
select ARM_TIMER_SP804 | ||
select COMMON_CLK_OXNAS | ||
select CPU_ARM926T | ||
select MFD_SYSCON | ||
select PINCTRL_OXNAS | ||
select RESET_OXNAS | ||
select VERSATILE_FPGA_IRQ | ||
help | ||
Include Support for the Oxford Semiconductor OX810SE SoC Based Products. | ||
|
||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters