source: mainline/defaults/sparc32/leon3/Makefile.config@ 91e057c

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 91e057c was 4d2dba7, checked in by Jakub Klama <jakub.klama@…>, 12 years ago

Implementation of IRQMP interrupt controller and UART drivers, part 2.
Modified kernel config files to reflect presence of new drivers.

  • Property mode set to 100644
File size: 205 bytes
Line 
1# Machine type
2MACHINE = leon3
3
4# CPU type
5PROCESSOR = leon3
6
7# Barebone build with essential binaries only
8CONFIG_BAREBONE = y
9
10# GRLIB APBUART
11CONFIG_GRLIB_UART = y
12
13# GRLIB IRQMP
14CONFIG_GRLIB_IRQMP = y
Note: See TracBrowser for help on using the repository browser.