Kconfig (0588000eac9ba4178cebade437da3b28e8fad48f) Kconfig (0224cde212df4abf251f89c3724a800b1949a774)
1if LANTIQ
2
3config SOC_TYPE_XWAY
4 bool
5 select PINCTRL_XWAY
6 default n
7
8choice

--- 22 unchanged lines hidden (view full) ---

31 bool "Easy50712"
32 depends on SOC_XWAY
33endchoice
34
35config PCI_LANTIQ
36 bool "PCI Support"
37 depends on SOC_XWAY && PCI
38
1if LANTIQ
2
3config SOC_TYPE_XWAY
4 bool
5 select PINCTRL_XWAY
6 default n
7
8choice

--- 22 unchanged lines hidden (view full) ---

31 bool "Easy50712"
32 depends on SOC_XWAY
33endchoice
34
35config PCI_LANTIQ
36 bool "PCI Support"
37 depends on SOC_XWAY && PCI
38
39config XRX200_PHY_FW
40 bool "XRX200 PHY firmware loader"
41 depends on SOC_XWAY
42
39endif
43endif