|
|
1.1 ! root 1: mainmenu "OpenBIOS Configuration" ! 2: ! 3: config PPC ! 4: bool ! 5: default y ! 6: help ! 7: Building for PPC hardware. ! 8: ! 9: config BIG_ENDIAN ! 10: bool ! 11: default y ! 12: help ! 13: PPC hardware is big endian (per default) ! 14: ! 15: choice ! 16: prompt "Platform Type" ! 17: default MOL ! 18: ! 19: config MOL ! 20: bool "Mac-on-Linux" ! 21: help ! 22: Build an image for Mac-on-Linux ! 23: ! 24: config MPC107 ! 25: bool "MPC107 board (Crescendo)" ! 26: help ! 27: Build for Crescendo board. ! 28: ! 29: config BRIQ ! 30: bool "Total Impact briQ" ! 31: help ! 32: Build an image for the Total Impact briQ ! 33: ! 34: config NO_ARCH ! 35: bool "None" ! 36: help ! 37: Don't build any images. ! 38: ! 39: endchoice ! 40: ! 41: menu "Build hosted UNIX Binary" ! 42: source "arch/unix/Kconfig" ! 43: endmenu ! 44: ! 45: source "kernel/Kconfig" ! 46: source "forth/Kconfig" ! 47: source "libopenbios/Kconfig" ! 48: source "drivers/Kconfig"
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.