diff options
Diffstat (limited to '')
-rw-r--r-- | debian/config/hppa/config.parisc | 27 | ||||
-rw-r--r-- | debian/config/hppa/config.parisc64 | 58 |
2 files changed, 85 insertions, 0 deletions
diff --git a/debian/config/hppa/config.parisc b/debian/config/hppa/config.parisc new file mode 100644 index 000000000..ec658ba1a --- /dev/null +++ b/debian/config/hppa/config.parisc @@ -0,0 +1,27 @@ +## +## file: arch/parisc/Kconfig +## +## choice: Processor type +CONFIG_PA7000=y +# CONFIG_PA8X00 is not set +## end choice +CONFIG_SMP=y +CONFIG_NR_CPUS=4 + +## +## file: drivers/net/ethernet/ti/Kconfig +## +CONFIG_TLAN=m + +## +## file: drivers/scsi/Kconfig +## +# CONFIG_SCSI_DPT_I2O is not set +# CONFIG_SCSI_NSP32 is not set + +## +## file: drivers/scsi/pcmcia/Kconfig +## +CONFIG_PCMCIA_AHA152X=m +CONFIG_PCMCIA_NINJA_SCSI=m + diff --git a/debian/config/hppa/config.parisc64 b/debian/config/hppa/config.parisc64 new file mode 100644 index 000000000..e39d0c934 --- /dev/null +++ b/debian/config/hppa/config.parisc64 @@ -0,0 +1,58 @@ +## +## file: arch/parisc/Kconfig +## +## choice: Processor type +# CONFIG_PA7000 is not set +CONFIG_PA8X00=y +## end choice +CONFIG_64BIT=y +CONFIG_SMP=y +CONFIG_NR_CPUS=8 + +## +## file: drivers/ata/Kconfig +## +CONFIG_PATA_SIL680=m + +## +## file: drivers/char/agp/Kconfig +## +#. for ATI FireGL DRM in C8000 workstation +CONFIG_AGP=y +CONFIG_AGP_PARISC=y + +## +## file: drivers/char/ipmi/Kconfig +## +CONFIG_IPMI_HANDLER=m +CONFIG_IPMI_DEVICE_INTERFACE=m +CONFIG_IPMI_SI=m +CONFIG_IPMI_WATCHDOG=m +CONFIG_IPMI_POWEROFF=m + +## +## file: drivers/gpu/drm/Kconfig +## +#. for ATI FireGL DRM in C8000 workstation +CONFIG_DRM=y +CONFIG_DRM_RADEON=m + +## +## file: drivers/i2c/Kconfig +## +CONFIG_I2C=y + +## +## file: drivers/i2c/algos/Kconfig +## +CONFIG_I2C_ALGOBIT=y + +## +## file: mm/Kconfig +## +## choice: Memory model +# CONFIG_FLATMEM_MANUAL is not set +CONFIG_DISCONTIGMEM_MANUAL=y +# CONFIG_SPARSEMEM_MANUAL is not set +## end choice + |