Kconfig (664b0bae0b87f69bc9deb098f5e0158b9cf18e04) | Kconfig (eb01d42a77785ff96b6e66a2a2e7027fc6d78e4a) |
---|---|
1# 2# Copyright (C) 2013-15 Synopsys, Inc. (www.synopsys.com) 3# 4# This program is free software; you can redistribute it and/or modify 5# it under the terms of the GNU General Public License version 2 as 6# published by the Free Software Foundation. 7# 8 9menuconfig ARC_PLAT_AXS10X 10 bool "Synopsys ARC AXS10x Software Development Platforms" 11 select DW_APB_ICTL 12 select GPIO_DWAPB 13 select OF_GPIO | 1# 2# Copyright (C) 2013-15 Synopsys, Inc. (www.synopsys.com) 3# 4# This program is free software; you can redistribute it and/or modify 5# it under the terms of the GNU General Public License version 2 as 6# published by the Free Software Foundation. 7# 8 9menuconfig ARC_PLAT_AXS10X 10 bool "Synopsys ARC AXS10x Software Development Platforms" 11 select DW_APB_ICTL 12 select GPIO_DWAPB 13 select OF_GPIO |
14 select MIGHT_HAVE_PCI | 14 select HAVE_PCI |
15 select GENERIC_IRQ_CHIP 16 select GPIOLIB 17 select AXS101 if ISA_ARCOMPACT 18 select AXS103 if ISA_ARCV2 19 help 20 Support for the ARC AXS10x Software Development Platforms. 21 22 The AXS10x Platforms consist of a mainboard with peripherals, --- 27 unchanged lines hidden --- | 15 select GENERIC_IRQ_CHIP 16 select GPIOLIB 17 select AXS101 if ISA_ARCOMPACT 18 select AXS103 if ISA_ARCV2 19 help 20 Support for the ARC AXS10x Software Development Platforms. 21 22 The AXS10x Platforms consist of a mainboard with peripherals, --- 27 unchanged lines hidden --- |