Kconfig (a9aa1d02de36b450990b0e25a88fc2ff1c3e6b94) | Kconfig (ce8f53709bf440100cb9d31b1303291551cf517f) |
---|---|
1config DRM_RADEON_KMS 2 bool "Enable modesetting on radeon by default - NEW DRIVER" 3 depends on DRM_RADEON | 1config DRM_RADEON_KMS 2 bool "Enable modesetting on radeon by default - NEW DRIVER" 3 depends on DRM_RADEON |
4 depends on POWER_SUPPLY |
|
4 help 5 Choose this option if you want kernel modesetting enabled by default. 6 7 This is a completely new driver. It's only part of the existing drm 8 for compatibility reasons. It requires an entirely different graphics 9 stack above it and works very differently from the old drm stack. 10 i.e. don't enable this unless you know what you are doing it may 11 cause issues or bugs compared to the previous userspace driver stack. --- 26 unchanged lines hidden --- | 5 help 6 Choose this option if you want kernel modesetting enabled by default. 7 8 This is a completely new driver. It's only part of the existing drm 9 for compatibility reasons. It requires an entirely different graphics 10 stack above it and works very differently from the old drm stack. 11 i.e. don't enable this unless you know what you are doing it may 12 cause issues or bugs compared to the previous userspace driver stack. --- 26 unchanged lines hidden --- |