.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # 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 | 4 | # |
---|
8 | 5 | |
---|
9 | 6 | menuconfig ARC_PLAT_AXS10X |
---|
.. | .. |
---|
11 | 8 | select DW_APB_ICTL |
---|
12 | 9 | select GPIO_DWAPB |
---|
13 | 10 | select OF_GPIO |
---|
14 | | - select MIGHT_HAVE_PCI |
---|
| 11 | + select HAVE_PCI |
---|
15 | 12 | select GENERIC_IRQ_CHIP |
---|
16 | 13 | select GPIOLIB |
---|
17 | 14 | select AXS101 if ISA_ARCOMPACT |
---|