blob: d7abfaa525c3d8b5204673ce957ae66f48e70b24 [file] [log] [blame]
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +01001if ARCH_IOP32X
2
3menu "IOP32x Implementation Options"
4
5comment "IOP32x Platform Types"
6
7config ARCH_IQ80321
8 bool "Enable support for IQ80321"
9 help
10 Say Y here if you want to run your kernel on the Intel IQ80321
Lennert Buytenhekc852ac82006-09-18 23:26:25 +010011 evaluation kit for the IOP321 processor.
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +010012
13config ARCH_IQ31244
Lennert Buytenhekc852ac82006-09-18 23:26:25 +010014 bool "Enable support for EP80219/IQ31244"
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +010015 help
Lennert Buytenhekc852ac82006-09-18 23:26:25 +010016 Say Y here if you want to run your kernel on the Intel EP80219
17 evaluation kit for the Intel 80219 processor (a IOP321 variant)
18 or the IQ31244 evaluation kit for the IOP321 processor.
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +010019
Lennert Buytenhek3f7e5812006-09-18 23:10:26 +010020endmenu
21
22endif